VERSION = 1,

option SCP.SCPGuardSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPGuardSpawnChance,
}

option SCP.SCPDClassSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPDClassSpawnChance,
}

option SCP.SCPDClassSurvivorSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPDClassSurvivorSpawnChance,
}

option SCP.SCPScientistSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPScientistSpawnChance,
}

option SCP.SCPMTFRangerSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPMTFRangerSpawnChance,
}

option SCP.SCPMTFBreacherSpawnChance = {
	type = double,
	default = 0.1,
	min = 0.00,
	max = 100,
	page = SCP,
	translation = SCP.SCPMTFBreacherSpawnChance,
}
